-
Notifications
You must be signed in to change notification settings - Fork 2
test(vmop): add e2e test for VM restore VMOP #1459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
5a103b6
to
328e7ac
Compare
87708f1
to
3ba14c7
Compare
tests/e2e/virtual_machine_restore_operation_test/vmop_restore_test_helper.go
Show resolved
Hide resolved
|
||
Context("Removing resources", func() { | ||
It("Delete resources", func() { | ||
err := helper.FrameworkEntity.Clients.GenericClient().Delete(context.Background(), helper.VMBDA) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some resources for this test are deleted inside the framework in AfterAll, while some you delete explicitly here. How do you decide which should be deleted where? Maybe delete them all in one place?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn’t a cleanup, it’s to verify that vmop will restore these resources :)
2100e0c
to
a6925bb
Compare
d35deba
to
94afaca
Compare
Signed-off-by: Valeriy Khorunzhin <[email protected]>
94afaca
to
8a94e77
Compare
Signed-off-by: Valeriy Khorunzhin <[email protected]>
Description
Add e2e test for VM restore VMOP.
Why do we need it, and what problem does it solve?
What is the expected result?
Checklist
Changelog entries